home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 October / pcx14_9710.iso / swag / delphi.swg / 0062_Horizontal Scrollbar in List box.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1995-11-24  |  207 b   |  8 lines

  1.  
  2. >>Can someone describe how to activate the horizontal scrollbar in a
  3. >>listbox. I need to do this programatically.
  4.  
  5. try this:
  6.  
  7.   sendmessage(ListBox.Handle, LB_SetHorizontalExtent, PixelWidth , 0);
  8.